home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #5
/
Amiga Plus CD - 2000 - No. 5.iso
/
Tools
/
Dev
/
FPSE_src
/
include
/
compile.h
< prev
next >
Wrap
C/C++ Source or Header
|
2000-01-01
|
189b
|
14 lines
#ifndef COMPILE_H
#define COMPILE_H
// void watch(void);
void CompileFlush(UINT32 start, UINT32 end);
UINT32 jmppc(UINT32 pc);
int compile1(UINT32 pc);
void compile_init(void);
#endif